// -ENEMY------------------------------------------------------ \\
// Large Asteroid 1
// ------------------------------------------------------------ \\
//
// Creator: Alan Carr
//
// Last modified: 03/12/08
//
// Description: 
//   A large multi-hit-point asteroid that passes through the
//   screen if not shot.
//
// Difficulty: 3
//
// ------------------------------------------------------------ \\

EnemyType bigAsteroid1


SwoopPath asteroid273

Size 30

Color 1.0 1.0 1.0 1.0

ColorOnHit 1 1.0 0.5 0.5 1.0
ColorOnHit 2 0.9 0.3 0.3 1.0
ColorOnHit 3 0.7 0.1 0.1 1.0
ColorOnHit 4 0.5 0.0 0.0 1.0

HitPoints 5

AbortPathAtScreenBottom false

CanSwoop false

MustKillToAdvance false

DoesRotate false

IsVulnerable true



// Score Options:

EntryScore 150

BaseScore 100

SwoopingScore 200